home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / nbademo.exe / CABFILE / IDR_CABFILE / Data / UIScript / SingGame / SporPage / SCHED.UI next >
Text File  |  1999-04-12  |  18KB  |  845 lines

  1. "2D\UI\SporPage\Sched"
  2.  
  3. //********************************
  4. // Data Container
  5. //********************************
  6. DataContainer {
  7.     String "SimulateAwayScore" {
  8.         EditBox "ScheduleTitleScoreDataL";
  9.     };
  10.     String "SimulateHomeScore" {
  11.         EditBox "ScheduleTitleScoreDataR";
  12.     };
  13.     String "SimulateAwayFGAttempt" {
  14.         EditBox "ScheduleTitleFGSDataL";
  15.     };
  16.     String "SimulateHomeFGAttempt" {
  17.         EditBox "ScheduleTitleFGSDataR";
  18.     };
  19.     String "SimulateAwayFGMade" {
  20.         EditBox "ScheduleTitleFGSMadeDataL";
  21.     };
  22.     String "SimulateHomeFGMade" {
  23.         EditBox "ScheduleTitleFGSMadeDataR";
  24.     };
  25.     String "SimulateAway3PtAttempt" {
  26.         EditBox "ScheduleTitle3ptAttemptedDataL";
  27.     };
  28.     String "SimulateHome3PtAttempt" {
  29.         EditBox "ScheduleTitle3ptAttemptedDataR";
  30.     };
  31.     String "SimulateAway3PtMade" {
  32.         EditBox "ScheduleTitle3ptMadeDataL";
  33.     };
  34.     String "SimulateHome3PtMade" {
  35.         EditBox "ScheduleTitle3ptMadeDataR";
  36.     };
  37.     String "SimulateAwayFTAttempt" {
  38.         EditBox "ScheduleTitleFTSAttemptedDataL";
  39.     };
  40.     String "SimulateHomeFTAttempt" {
  41.         EditBox "ScheduleTitleFTSAttemptedDataR";
  42.     };
  43.     String "SimulateAwayFTMade" {
  44.         EditBox "ScheduleTitleFTSMadeDataL";
  45.     };
  46.     String "SimulateHomeFTMade" {
  47.         EditBox "ScheduleTitleFTSMadeDataR";
  48.     };
  49.     String "SimulateAwayBenchScoring" {
  50.         EditBox "ScheduleTitleBenchScoringDataL";
  51.     };
  52.     String "SimulateHomeBenchScoring" {
  53.         EditBox "ScheduleTitleBenchScoringDataR";
  54.     };
  55.     String "SimulateAwayFouls" {
  56.         EditBox "ScheduleTitleFoulaDataL";
  57.     };
  58.     String "SimulateHomeFouls" {
  59.         EditBox "ScheduleTitleFoulaDataR";
  60.     };
  61.     String "SimulateAwayAssists" {
  62.         EditBox "ScheduleTitleAssistsDataL";
  63.     };
  64.     String "SimulateHomeAssists" {
  65.         EditBox "ScheduleTitleAssistsDataR";
  66.     };
  67.     String "SimulateAwayRebounds" {
  68.         EditBox "ScheduleTitleReboundsDataL";
  69.     };
  70.     String "SimulateHomeRebounds" {
  71.         EditBox "ScheduleTitleReboundsDataR";
  72.     };
  73.     String "SimulateAwayOffRebounds" {
  74.         EditBox "ScheduleTitleOffensiveReboundsDataL";
  75.     };
  76.     String "SimulateHomeOffRebounds" {
  77.         EditBox "ScheduleTitleOffensiveReboundsDataR";
  78.     };
  79.     String "SimulateAwayBlocks" {
  80.         EditBox "ScheduleTitleBlocksDataL";
  81.     };
  82.     String "SimulateHomeBlocks" {
  83.         EditBox "ScheduleTitleBlocksDataR";
  84.     };
  85.     String "SimulateAwaySteals" {
  86.         EditBox "ScheduleTitleStealsDataL";
  87.     };
  88.     String "SimulateHomeSteals" {
  89.         EditBox "ScheduleTitleStealsDataR";
  90.     };
  91.     String "SimulateAwayTurnovers" {
  92.         EditBox "ScheduleTitleTurnoversDataL";
  93.     };
  94.     String "SimulateHomeTurnovers" {
  95.         EditBox "ScheduleTitleTurnoversDataR";
  96.     };
  97. };
  98.  
  99.  
  100. //********************************
  101. // Images 
  102. //********************************
  103. Image "ScheduleLogoBox" {
  104.     Filename "logobox";
  105. };
  106.  
  107. Image "ScheduleSimulateEnabled" {
  108.     Filename "defbute";
  109. };
  110.  
  111. Image "ScheduleSimulateFocused" {
  112.     Filename "defbutf";
  113. };
  114.  
  115. Image "ScheduleSimulatePushed" {
  116.     Filename "defbutp";
  117. };
  118.  
  119. Image "ScheduleSimulateBack" {
  120.     Filename "simbox";
  121. };
  122.  
  123.  
  124. //********************************
  125. // Fonts
  126. //********************************
  127. Font "ScheduleTitleListWhiteBig" {
  128.     Filename "scorfnt";
  129.     Translate " 0123456789";
  130.     Kerning 1;
  131. };
  132. Font "ScheduleTitleListWhite" {
  133.     Filename "WhitFnt";
  134.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz1234567890:'.";
  135.     Kerning 1;
  136. };
  137. Font "ScheduleTitleListYellow" {
  138.     Filename "YelFnt";
  139.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz1234567890:'.";
  140.     Kerning 1;
  141. };
  142. Font "ScheduleLogoTitleFont" {
  143.     Filename "boxtitle";
  144.     Translate " HOMEAWAY";
  145.     Kerning 1;
  146. };
  147. Font "ScheduleSimulateEnabledFont" {
  148.     Filename "enabfnt";
  149.     Kerning 1;
  150.     Translate " abcdefghijklmnopqrstuvwxyz5";
  151. };
  152. Font "ScheduleSimulateFocusFont"{
  153.     Filename "Focufnt";
  154.     Kerning 1;
  155.     Translate " abcdefghijklmnopqrstuvwxyz5";
  156. };
  157. Font "ScheduleSimulatePushFont"{
  158.     Filename "pushfnt";
  159.     Kerning 1;
  160.     Translate " abcdefghijklmnopqrstuvwxyz5";
  161. };
  162.  
  163.  
  164.  
  165. //********************************
  166. // Styles
  167. //********************************
  168. ButtonStyle "ScheduleSimulateStyle" {
  169.     Enabled Image "ScheduleSimulateEnabled";
  170.     Focused Image "ScheduleSimulateFocused";
  171.     Pushed Image "ScheduleSimulatePushed";
  172.     Enabled Font "ScheduleSimulateEnabledFont";
  173.     Pushed Font "ScheduleSimulatePushFont";
  174.     Focused Font "ScheduleSimulateFocusFont";
  175. };
  176. Style "ScheduleBoxTitleFontWhiteBig" {
  177.     Font "ScheduleTitleListWhiteBig";
  178. };
  179. Style "ScheduleBoxTitleFontWhite" {
  180.     Font "ScheduleTitleListWhite";
  181. };
  182. Style "ScheduleBoxTitleFontYellow" {
  183.     Font "ScheduleTitleListYellow";
  184. };
  185. Style "ScheduleLogoTitleFont" {
  186.     Font "ScheduleLogoTitleFont";
  187. };
  188. Style "ScheduleLogo" {
  189.     Image "ScheduleLogoBox";
  190. };
  191. Style "ScheduleBox" {
  192.     Image "ScheduleSimulateBack";
  193. };
  194.  
  195.  
  196. //********************************
  197. //  Buttons
  198. //********************************
  199. Button "ScheduleSimulate" {
  200.     ButtonStyle "ScheduleSimulateStyle";
  201.     Position [315, 419];
  202.  
  203.     String "simulate game" {
  204.         Justify CenterCenter;
  205.         Position [84, 11];
  206.     };
  207.  
  208.     Clicked Action SimulateGame {
  209.         SingleGame;
  210.         Home {
  211.             Team "HomeTeamSelection";
  212.             Score "SimulateHomeScore";
  213.             FGAttempt "SimulateHomeFGAttempt";
  214.             FGMade "SimulateHomeFGMade";
  215.             ThreePtAttempt "SimulateHome3PtAttempt";
  216.             ThreePtMade "SimulateHome3PtMade";
  217.             FTAttempt "SimulateHomeFTAttempt";
  218.             FTMade "SimulateHomeFTMade";
  219.             BenchScoring "SimulateHomeBenchScoring";
  220.             Fouls "SimulateHomeFouls";
  221.             Assists "SimulateHomeAssists";
  222.             Rebounds "SimulateHomeRebounds";
  223.             OffRebounds "SimulateHomeOffRebounds";
  224.             Blocks "SimulateHomeBlocks";
  225.             Steals "SimulateHomeSteals";
  226.             Turnovers "SimulateHomeTurnovers";
  227.         };
  228.         Away {
  229.             Team "VisitorTeamSelection";
  230.             Score "SimulateAwayScore";
  231.             FGAttempt "SimulateAwayFGAttempt";
  232.             FGMade "SimulateAwayFGMade";
  233.             ThreePtAttempt "SimulateAway3PtAttempt";
  234.             ThreePtMade "SimulateAway3PtMade";
  235.             FTAttempt "SimulateAwayFTAttempt";
  236.             FTMade "SimulateAwayFTMade";
  237.             BenchScoring "SimulateAwayBenchScoring";
  238.             Fouls "SimulateAwayFouls";
  239.             Assists "SimulateAwayAssists";
  240.             Rebounds "SimulateAwayRebounds";
  241.             OffRebounds "SimulateAwayOffRebounds";
  242.             Blocks "SimulateAwayBlocks";
  243.             Steals "SimulateAwaySteals";
  244.             Turnovers "SimulateAwayTurnovers";
  245.         };
  246.     };
  247. };
  248.  
  249.  
  250. //********************************
  251. //  Groups
  252. //********************************
  253. Group "Schedule" {
  254.     Root;
  255.     Children {
  256.         Group "ScheduleBox";        
  257.         Group "ScheduleHomeTeamLogoBox";
  258.         Group "ScheduleVisitorTeamLogoBox";
  259.         Button "ScheduleSimulate";
  260.     };
  261. };
  262. Group "ScheduleBox" {
  263.     Style "ScheduleBox";
  264.     Position [78, 96];
  265.     Children {
  266. //        EditBox "ScheduleTitleScore" ;
  267.         EditBox "ScheduleTitleFGS";
  268.         EditBox "ScheduleTitleFGSMADE";
  269.         EditBox "ScheduleTitle3ptAttempted";
  270.         EditBox "ScheduleTitle3ptMade";
  271.         EditBox "ScheduleTitleFTSAttempted";
  272.         EditBox "ScheduleTitleFTSMADE";
  273.         EditBox "ScheduleTitleBenchScoring";
  274.         EditBox "ScheduleTitleFouls";
  275.         EditBox "ScheduleTitleAssits";
  276.         EditBox "ScheduleTitleRebounds";
  277.         EditBox "ScheduleTitleOffensiveRebounds";
  278.         EditBox "ScheduleTitleBlocks";
  279.         EditBox "ScheduleTitleSteals";
  280.         EditBox "ScheduleTitleTurnovers";
  281.         Group "ScheduleDataLeft";
  282.         Group "ScheduleDataRight";
  283.     };
  284. };
  285.  
  286. Group "ScheduleHomeTeamLogoBox" {
  287.     Position [587, 115];
  288.     Style "ScheduleLogo";
  289.     Children {
  290.         Group "ScheduleHomeTeamLogo";
  291.         EditBox "ScheduleLogoTitleFontAway";
  292.     };
  293. };
  294.  
  295. Group "ScheduleHomeTeamLogo" {
  296.     Position [3, 38];
  297.     Children {
  298.         Include "UIScript\HomeLogo";
  299.     };
  300. };
  301. Group "ScheduleDataLeft" {
  302.     Children {
  303.         EditBox "ScheduleTitleScoreDataL";
  304.         EditBox "ScheduleTitleFGSDataL";
  305.         EditBox "ScheduleTitleFGSMadeDataL";
  306.         EditBox "ScheduleTitle3ptAttemptedDataL";
  307.         EditBox "ScheduleTitle3ptMadeDataL";
  308.         EditBox "ScheduleTitleFTSAttemptedDataL";
  309.         EditBox "ScheduleTitleFTSMadeDataL";
  310.         EditBox "ScheduleTitleBenchScoringDataL";
  311.         EditBox "ScheduleTitleFoulaDataL";
  312.         EditBox "ScheduleTitleAssistsDataL";
  313.         EditBox "ScheduleTitleReboundsDataL";
  314.         EditBox "ScheduleTitleOffensiveReboundsDataL";
  315.         EditBox "ScheduleTitleBlocksDataL";
  316.         EditBox "ScheduleTitleStealsDataL";
  317.         EditBox "ScheduleTitleTurnoversDataL";
  318.     };
  319. };
  320. Group "ScheduleDataRight" {
  321.     Children {
  322.         EditBox "ScheduleTitleScoreDataR";
  323.         EditBox "ScheduleTitleFGSDataR";
  324.         EditBox "ScheduleTitleFGSMadeDataR";
  325.         EditBox "ScheduleTitle3ptAttemptedDataR";
  326.         EditBox "ScheduleTitle3ptMadeDataR";
  327.         EditBox "ScheduleTitleFTSAttemptedDataR";
  328.         EditBox "ScheduleTitleFTSMadeDataR";
  329.         EditBox "ScheduleTitleBenchScoringDataR";
  330.         EditBox "ScheduleTitleFoulaDataR";
  331.         EditBox "ScheduleTitleAssistsDataR";
  332.         EditBox "ScheduleTitleReboundsDataR";
  333.         EditBox "ScheduleTitleOffensiveReboundsDataR";
  334.         EditBox "ScheduleTitleBlocksDataR";
  335.         EditBox "ScheduleTitleStealsDataR";
  336.         EditBox "ScheduleTitleTurnoversDataR";
  337.     };
  338. };
  339.  
  340. Group "ScheduleVisitorTeamLogoBox" {
  341.     Position [107, 115];
  342.     Style "ScheduleLogo";
  343.     Children {
  344.         Group "ScheduleVisitorTeamLogo";
  345.         EditBox "ScheduleLogoTitleFontHome";
  346.     };
  347. };
  348.  
  349. Group "ScheduleVisitorTeamLogo" {
  350.     Position [3, 38];
  351.     Children {
  352.         Include "UIScript\VisLogo";
  353.     };
  354. };
  355.  
  356. //********************************
  357. //  Edit Boxes
  358. //********************************
  359. EditBox "ScheduleTitleScoreDataL" {
  360.         Style "ScheduleBoxTitleFontWhiteBig";
  361.         Position [35, 212];
  362.         Size [80,50];
  363.  
  364.         String "0" {
  365.             Justify centercenter;
  366.                 position [40, 25];
  367.     };
  368. };
  369. EditBox "ScheduleTitleScoreDataR" {
  370.         Style "ScheduleBoxTitleFontWhiteBig";
  371.         Position [525, 212];
  372.         Size [80,50];
  373.  
  374.         String "0" {
  375.             Justify centercenter;
  376.                 position [40, 25];
  377.     };
  378. };
  379.  
  380. EditBox "ScheduleTitleScore" {
  381.         Style "ScheduleBoxTitleFontYellow";
  382.         Position [270, 15];
  383.         Size [100,14];
  384.  
  385.         String "SCORE" {
  386.             Justify centercenter;
  387.                 position [50, 7];
  388.     };
  389. };
  390. EditBox "ScheduleTitleFGSDataL" {
  391.         Style "ScheduleBoxTitleFontWhite";
  392.         Position [170, 25];
  393.         Size [20,14];
  394.  
  395.         String "0" {
  396.             Justify centercenter;
  397.                 position [10, 7];
  398.     };
  399. };
  400. EditBox "ScheduleTitleFGSDataR" {
  401.         Style "ScheduleBoxTitleFontWhite";
  402.         Position [448, 25];
  403.         Size [20,14];
  404.  
  405.         String "0" {
  406.             Justify centercenter;
  407.                 position [10, 7];
  408.     };
  409. };
  410.  
  411. EditBox "ScheduleTitleFGS" {
  412.         Style "ScheduleBoxTitleFontYellow";
  413.         Position [270, 25];
  414.         Size [100,14];
  415.  
  416.         String "FGS ATTEMPTED" {
  417.             Justify centercenter;
  418.                 position [50, 7];
  419.     };
  420. };
  421. EditBox "ScheduleTitleFGSMADE" {
  422.         Style "ScheduleBoxTitleFontYellow";
  423.         Position [270, 45];
  424.         Size [100,14];
  425.  
  426.         String "FGS MADE" {
  427.             Justify centercenter;
  428.                 position [50, 7];
  429.     };
  430. };
  431. EditBox "ScheduleTitleFGSMadeDataL" {
  432.         Style "ScheduleBoxTitleFontWhite";
  433.         Position [170, 45];
  434.         Size [20,14];
  435.  
  436.         String "0" {
  437.             Justify centercenter;
  438.                 position [10, 7];
  439.     };
  440. };
  441. EditBox "ScheduleTitleFGSMadeDataR" {
  442.         Style "ScheduleBoxTitleFontWhite";
  443.         Position [448, 45];
  444.         Size [20,14];
  445.  
  446.         String "0" {
  447.             Justify centercenter;
  448.                 position [10, 7];
  449.     };
  450. };
  451.  
  452. EditBox "ScheduleTitle3ptAttempted" {
  453.         Style "ScheduleBoxTitleFontYellow";
  454.         Position [270, 65];
  455.         Size [100,14];
  456.  
  457.         String "3PT ATTEMPTED" {
  458.             Justify centercenter;
  459.                 position [50, 7];
  460.     };
  461. };
  462. EditBox "ScheduleTitle3ptAttemptedDataL" {
  463.         Style "ScheduleBoxTitleFontWhite";
  464.         Position [170, 65];
  465.         Size [20,14];
  466.  
  467.         String "0" {
  468.             Justify centercenter;
  469.                 position [10, 7];
  470.     };
  471. };
  472.  
  473. EditBox "ScheduleTitle3ptAttemptedDataR" {
  474.         Style "ScheduleBoxTitleFontWhite";
  475.         Position [448, 65];
  476.         Size [20,14];
  477.  
  478.         String "0" {
  479.             Justify centercenter;
  480.                 position [10, 7];
  481.     };
  482. };
  483. EditBox "ScheduleTitle3ptMade" {
  484.         Style "ScheduleBoxTitleFontYellow";
  485.         Position [270, 85];
  486.         Size [100,14];
  487.  
  488.         String "3PT MADE" {
  489.             Justify centercenter;
  490.                 position [50, 7];
  491.     };
  492. };
  493. EditBox "ScheduleTitle3ptMadeDataL" {
  494.         Style "ScheduleBoxTitleFontWhite";
  495.         Position [170, 85];
  496.         Size [20,14];
  497.  
  498.         String "0" {
  499.             Justify centercenter;
  500.                 position [10, 7];
  501.     };
  502. };
  503.  
  504. EditBox "ScheduleTitle3ptMadeDataR" {
  505.         Style "ScheduleBoxTitleFontWhite";
  506.         Position [448, 85];
  507.         Size [20,14];
  508.  
  509.         String "0" {
  510.             Justify centercenter;
  511.                 position [10, 7];
  512.     };
  513. };
  514. EditBox "ScheduleTitleFTSAttempted" {
  515.         Style "ScheduleBoxTitleFontYellow";
  516.         Position [270, 105];
  517.         Size [100,14];
  518.  
  519.         String "FTS ATTEMPTED" {
  520.             Justify centercenter;
  521.                 position [50, 7];
  522.     };
  523. };
  524. EditBox "ScheduleTitleFTSAttemptedDataL" {
  525.         Style "ScheduleBoxTitleFontWhite";
  526.         Position [170, 105];
  527.         Size [20,14];
  528.  
  529.         String "0" {
  530.             Justify centercenter;
  531.                 position [10, 7];
  532.     };
  533. };
  534.  
  535. EditBox "ScheduleTitleFTSAttemptedDataR" {
  536.         Style "ScheduleBoxTitleFontWhite";
  537.         Position [448, 105];
  538.         Size [20,14];
  539.  
  540.         String "0" {
  541.             Justify centercenter;
  542.                 position [10, 7];
  543.     };
  544. };
  545. EditBox "ScheduleTitleFTSMade" {
  546.         Style "ScheduleBoxTitleFontYellow";
  547.         Position [270, 125];
  548.         Size [100,14];
  549.  
  550.         String "FTS MADE" {
  551.             Justify centercenter;
  552.                 position [50, 7];
  553.     };
  554. };
  555. EditBox "ScheduleTitleFTSMadeDataL" {
  556.         Style "ScheduleBoxTitleFontWhite";
  557.         Position [170, 125];
  558.         Size [20,14];
  559.  
  560.         String "0" {
  561.             Justify centercenter;
  562.                 position [10, 7];
  563.     };
  564. };
  565. EditBox "ScheduleTitleFTSMadeDataR" {
  566.         Style "ScheduleBoxTitleFontWhite";
  567.         Position [448, 125];
  568.         Size [20,14];
  569.  
  570.         String "0" {
  571.             Justify centercenter;
  572.                 position [10, 7];
  573.     };
  574. };
  575. EditBox "ScheduleTitleBenchScoring" {
  576.         Style "ScheduleBoxTitleFontYellow";
  577.         Position [270, 145];
  578.         Size [100,14];
  579.  
  580.         String "BENCH SCORING" {
  581.             Justify centercenter;
  582.                 position [50, 7];
  583.     };
  584. };
  585. EditBox "ScheduleTitleBenchScoringDataL" {
  586.         Style "ScheduleBoxTitleFontWhite";
  587.         Position [170, 145];
  588.         Size [20,14];
  589.  
  590.         String "0" {
  591.             Justify centercenter;
  592.                 position [10, 7];
  593.     };
  594. };
  595.  
  596. EditBox "ScheduleTitleBenchScoringDataR" {
  597.         Style "ScheduleBoxTitleFontWhite";
  598.         Position [448, 145];
  599.         Size [20,14];
  600.  
  601.         String "0" {
  602.             Justify centercenter;
  603.                 position [10, 7];
  604.     };
  605. };
  606. EditBox "ScheduleTitleFouls" {
  607.         Style "ScheduleBoxTitleFontYellow";
  608.         Position [270, 165];
  609.         Size [100,14];
  610.  
  611.         String "FOULS" {
  612.             Justify centercenter;
  613.                 position [50, 7];
  614.     };
  615. };
  616. EditBox "ScheduleTitleFoulaDataL" {
  617.         Style "ScheduleBoxTitleFontWhite";
  618.         Position [170, 165];
  619.         Size [20,14];
  620.  
  621.         String "0" {
  622.             Justify centercenter;
  623.                 position [10, 7];
  624.     };
  625. };
  626. EditBox "ScheduleTitleFoulaDataR" {
  627.         Style "ScheduleBoxTitleFontWhite";
  628.         Position [448, 165];
  629.         Size [20,14];
  630.  
  631.         String "0" {
  632.             Justify centercenter;
  633.                 position [10, 7];
  634.     };
  635. };
  636.  
  637.  
  638. EditBox "ScheduleTitleAssits" {
  639.         Style "ScheduleBoxTitleFontYellow";
  640.         Position [270, 185];
  641.         Size [100,14];
  642.  
  643.         String "ASSISTS" {
  644.             Justify centercenter;
  645.                 position [50, 7];
  646.     };
  647. };
  648. EditBox "ScheduleTitleAssistsDataL" {
  649.         Style "ScheduleBoxTitleFontWhite";
  650.         Position [170, 185];
  651.         Size [20,14];
  652.  
  653.         String "0" {
  654.             Justify centercenter;
  655.                 position [10, 7];
  656.     };
  657. };
  658.  
  659. EditBox "ScheduleTitleAssistsDataR" {
  660.         Style "ScheduleBoxTitleFontWhite";
  661.         Position [448, 185];
  662.         Size [20,14];
  663.  
  664.         String "0" {
  665.             Justify centercenter;
  666.                 position [10, 7];
  667.     };
  668. };
  669. EditBox "ScheduleTitleRebounds" {
  670.         Style "ScheduleBoxTitleFontYellow";
  671.         Position [270, 205];
  672.         Size [100,14];
  673.  
  674.         String "REBOUNDS" {
  675.             Justify centercenter;
  676.                 position [50, 7];
  677.     };
  678. };
  679.  
  680. EditBox "ScheduleTitleReboundsDataL" {
  681.         Style "ScheduleBoxTitleFontWhite";
  682.         Position [170, 205];
  683.         Size [20,14];
  684.  
  685.         String "0" {
  686.             Justify centercenter;
  687.                 position [10, 7];
  688.     };
  689. };
  690.  
  691. EditBox "ScheduleTitleReboundsDataR" {
  692.         Style "ScheduleBoxTitleFontWhite";
  693.         Position [448, 205];
  694.         Size [20,14];
  695.  
  696.         String "0" {
  697.             Justify centercenter;
  698.                 position [10, 7];
  699.     };
  700. };
  701. EditBox "ScheduleTitleOffensiveRebounds" {
  702.         Style "ScheduleBoxTitleFontYellow";
  703.         Position [270, 225];
  704.         Size [100,14];
  705.  
  706.         String "OFFENSIVE REBOUNDS" {
  707.             Justify centercenter;
  708.                 position [50, 7];
  709.     };
  710. };
  711. EditBox "ScheduleTitleOffensiveReboundsDataL" {
  712.         Style "ScheduleBoxTitleFontWhite";
  713.         Position [170, 225];
  714.         Size [20,14];
  715.  
  716.         String "0" {
  717.             Justify centercenter;
  718.                 position [10, 7];
  719.     };
  720. };
  721. EditBox "ScheduleTitleOffensiveReboundsDataR" {
  722.         Style "ScheduleBoxTitleFontWhite";
  723.         Position [448, 225];
  724.         Size [20,14];
  725.  
  726.         String "0" {
  727.             Justify centercenter;
  728.                 position [10, 7];
  729.     };
  730. };
  731.  
  732. EditBox "ScheduleTitleBlocks" {
  733.         Style "ScheduleBoxTitleFontYellow";
  734.         Position [270, 245];
  735.         Size [100,14];
  736.  
  737.         String "BLOCKS" {
  738.             Justify centercenter;
  739.                 position [50, 7];
  740.     };
  741. };
  742. EditBox "ScheduleTitleBlocksDataL" {
  743.         Style "ScheduleBoxTitleFontWhite";
  744.         Position [170, 245];
  745.         Size [20,14];
  746.  
  747.         String "0" {
  748.             Justify centercenter;
  749.                 position [10, 7];
  750.     };
  751. };
  752. EditBox "ScheduleTitleBlocksDataR" {
  753.         Style "ScheduleBoxTitleFontWhite";
  754.         Position [448, 245];
  755.         Size [20,14];
  756.  
  757.         String "0" {
  758.             Justify centercenter;
  759.                 position [10, 7];
  760.     };
  761. };
  762.  
  763. EditBox "ScheduleTitleSteals" {
  764.         Style "ScheduleBoxTitleFontYellow";
  765.         Position [270, 265];
  766.         Size [100,14];
  767.  
  768.         String "STEALS" {
  769.             Justify centercenter;
  770.                 position [50, 7];
  771.     };
  772. };
  773. EditBox "ScheduleTitleStealsDataL" {
  774.         Style "ScheduleBoxTitleFontWhite";
  775.         Position [170, 265];
  776.         Size [20,14];
  777.  
  778.         String "0" {
  779.             Justify centercenter;
  780.                 position [10, 7];
  781.     };
  782. };
  783. EditBox "ScheduleTitleStealsDataR" {
  784.         Style "ScheduleBoxTitleFontWhite";
  785.         Position [448, 265];
  786.         Size [20,14];
  787.  
  788.         String "0" {
  789.             Justify centercenter;
  790.                 position [10, 7];
  791.     };
  792. };
  793.  
  794. EditBox "ScheduleTitleTurnovers" {
  795.         Style "ScheduleBoxTitleFontYellow";
  796.         Position [270, 285];
  797.         Size [100,14];
  798.  
  799.         String "TURNOVERS" {
  800.             Justify centercenter;
  801.                 position [50, 7];
  802.     };
  803. };
  804. EditBox "ScheduleTitleTurnoversDataL" {
  805.         Style "ScheduleBoxTitleFontWhite";
  806.         Position [170, 285];
  807.         Size [20,14];
  808.  
  809.         String "0" {
  810.             Justify centercenter;
  811.                 position [10, 7];
  812.     };
  813. };
  814. EditBox "ScheduleTitleTurnoversDataR" {
  815.         Style "ScheduleBoxTitleFontWhite";
  816.         Position [448, 285];
  817.         Size [20,14];
  818.  
  819.         String "0" {
  820.             Justify centercenter;
  821.                 position [10, 7];
  822.     };
  823. };
  824.  
  825. EditBox "ScheduleLogoTitleFontHome" {
  826.         Style "ScheduleLogoTitleFont";
  827.         Position [27, 0];
  828.         Size [53,17];
  829.  
  830.         String "AWAY" {
  831.             Justify centercenter;
  832.                 position [21, 8];
  833.     };
  834. };
  835. EditBox "ScheduleLogoTitleFontAway" {
  836.         Style "ScheduleLogoTitleFont";
  837.         Position [27, 0];
  838.         Size [53,17];
  839.  
  840.         String "HOME" {
  841.             Justify centercenter;
  842.                 position [21, 8];
  843.     };
  844. };
  845.